home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / BROWSER.XPI / bin / chrome / toolkit.jar / content / global / about.xhtml next >
Encoding:
Extensible Markup Language  |  2006-03-07  |  3.9 KB  |  126 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
  4. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  5. <!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
  6. %brandDTD;
  7. %regionDTD;
  8. ]>
  9. <!-- ***** BEGIN LICENSE BLOCK *****
  10.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  11.    -
  12.    - The contents of this file are subject to the Mozilla Public License Version
  13.    - 1.1 (the "License"); you may not use this file except in compliance with
  14.    - the License. You may obtain a copy of the License at
  15.    - http://www.mozilla.org/MPL/
  16.    -
  17.    - Software distributed under the License is distributed on an "AS IS" basis,
  18.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  19.    - for the specific language governing rights and limitations under the
  20.    - License.
  21.    -
  22.    - The Original Code is Mozilla Communicator client code, released
  23.    - March 31, 1998.
  24.    -
  25.    - The Initial Developer of the Original Code is
  26.    - Netscape Communications Corporation.
  27.    - Portions created by the Initial Developer are Copyright (C) 1998-1999
  28.    - the Initial Developer. All Rights Reserved.
  29.    -
  30.    - Contributor(s):
  31.    -    Henrik Gemal <mozilla@gemal.dk>
  32.    -    Daniel Veditz <dveditz@netscape.com>
  33.    -    Alexey Chernyak <alexeyc@bigfoot.com>
  34.    -
  35.    - Alternatively, the contents of this file may be used under the terms of
  36.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  37.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  38.    - in which case the provisions of the GPL or the LGPL are applicable instead
  39.    - of those above. If you wish to allow use of your version of this file only
  40.    - under the terms of either the GPL or the LGPL, and not to allow others to
  41.    - use your version of this file under the terms of the MPL, indicate your
  42.    - decision by deleting the provisions above and replace them with the notice
  43.    - and other provisions required by the LGPL or the GPL. If you do not delete
  44.    - the provisions above, a recipient may use your version of this file under
  45.    - the terms of any one of the MPL, the GPL or the LGPL.
  46.    -
  47.    - ***** END LICENSE BLOCK ***** -->
  48.   
  49. <html xmlns="http://www.w3.org/1999/xhtml">
  50. <head>
  51. <title>About:</title>
  52. <style type="text/css">
  53. table {
  54.   margin: auto;
  55.   text-align: center;
  56. }
  57. img {
  58.   border: 0;
  59. }
  60. p {
  61.   font-size: smaller;
  62. }
  63. h1 {
  64.   margin: 0;
  65. }
  66. :link {
  67.   color: #00e;
  68. }
  69. :visited {
  70.   color: #551a8b;
  71. }
  72. :link:active, :visited:active {
  73.   color: #f00;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78.  
  79. <table>
  80. <tbody>
  81. <tr>
  82.  
  83. <td>
  84. <a href="&vendorURL;">
  85. <img src="about:logo" alt="&brandShortName;" width="200" height="200" /></a>
  86. </td>
  87.  
  88. <td id="mozver">
  89. <h1>
  90. <a id="mozlink" href="&releaseURL;">&brandShortName; 1.0.5</a>
  91. </h1>
  92. <script type="application/x-javascript">
  93.   document.getElementById("mozver").appendChild(document.createTextNode(navigator.userAgent));
  94. </script>
  95. </td>
  96.  
  97. </tr>
  98. </tbody>
  99. </table>
  100.  
  101. <hr />
  102.  
  103. <ul>
  104. <li>Copyright © 1998–2006 by <a href="about:credits">Contributors</a> to 
  105. the Mozilla codebase under the <a href="about:license">Mozilla Public License
  106. and other licenses</a>.  All Rights Reserved.</li>
  107.  
  108. <li>Portions of this software are copyright © 1994 The Regents of the 
  109. University of California.  All Rights Reserved.</li>
  110. <li>Portions of this software are copyright © 2000–2002 Japan Network Information
  111. Center. All Rights Reserved.</li>
  112. </ul>
  113.  
  114. <p>
  115. U.S. GOVERNMENT END USERS. The Software is a "commercial
  116. item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting
  117. of "commercial computer software" and "commercial computer software 
  118. documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). 
  119. Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
  120. (June 1995), all U.S. Government End Users acquire the Software with only 
  121. those rights set forth herein.
  122. </p>
  123.  
  124. </body>
  125. </html>
  126.